From 73a47181fa66b213de85dfeab81af485b841a9a2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 26 May 2016 13:21:50 -0400 Subject: [PATCH] Teach gtk-builder-tool to leave GtkDialog::border-width alone This is one of the properties that need to be explicitly set. --- gtk/gtk-builder-tool.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/gtk-builder-tool.c b/gtk/gtk-builder-tool.c index 63bcc7f987..24171abce6 100644 --- a/gtk/gtk-builder-tool.c +++ b/gtk/gtk-builder-tool.c @@ -186,6 +186,7 @@ needs_explicit_setting (MyParserData *data, { "GtkCalendar", "year", 0 }, { "GtkCalendar", "month", 0 }, { "GtkCalendar", "day", 0 }, + { "GtkDialog", "border-width", 0 }, { "GtkPlacesSidebar", "show-desktop", 0 }, { "GtkRadioButton", "draw-indicator", 0 }, { "GtkGrid", "left-attach", 1 }, -- 2.30.2